Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / CompareTo Method


In This Topic
    CompareTo Method (RichValue<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As RichValue(Of T) _
    ) As Integer
    'Usage
     
    
    Dim instance As RichValue(Of T)
    Dim other As RichValue(Of T)
    Dim value As Integer
     
    value = instance.CompareTo(other)
    public int CompareTo( 
       RichValue<T> other
    )

    Parameters

    other
    See Also